Skip to content

📖 DOC: Remove Extra Client Initialization #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 11, 2025

Conversation

msaadg
Copy link
Contributor

@msaadg msaadg commented Aug 8, 2025

TLDR

This pull request removes a redundant line of code in the README.md file to improve clarity and maintainability. The repeated line langbase = Langbase(api_key=langbase_api_key) was removed, ensuring the client initialization code is concise and accurate.

Dive Deeper

The change addresses a minor redundancy in the README's code example for initializing the Langbase client. The removed line was a duplicate of the client initialization already present in the code block. This update ensures the documentation is streamlined, reducing potential confusion for users following the setup instructions. No functional changes were made to the codebase, and the README now accurately reflects the intended usage of the Langbase client.

@msaadg msaadg changed the title 📖 Remove Extra Client Initialization 📖 DOC: Remove Extra Client Initialization Aug 8, 2025
@arre-ankit
Copy link
Member

LGTM!

@arre-ankit arre-ankit merged commit b14c08a into LangbaseInc:main Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants